General Functions

getGeneral(Key Type > String)

Returns the value of the GeneralData as a Type > String.

getGeneral_b(Key Type > String)

Returns the value of the GeneralData as a Type > Boolean.

getGeneral_i(Key Type > String)

Returns the value of the GeneralData as a Type > Integer.

getGeneral_f(Key Type > String)

Returns the value of the GeneralData as a Type > Float.

getGeneral_s(Key Type > String)

Returns the value of the GeneralData as a Type > String.

setGeneral(Key Type > String, Value Type > String)

Sets the value of the GeneralData as a Type > String.

removeGeneral(Key Type > String)

Removes the value.